.NET SDK Change Logs

Learn about the latest updates to our .NET SDK:

2023

November 2023

27th November 2023

New:

.NET Version 4.1

.NET version 4.1 released to support:

  • Linked to Api-Version 6.20

  • Added the following new attributes:

    • ShortUrl to WebPaymentResponseModel.

    • DelayedAuthorisation request attribute to WebPaymentRequestModel.

      • (For use in preAuths only).

    • Added ShortReference and DelayedAuthorisation to GetWebPaymentResponseModel.

  • Updated FluentValidation dependency to version 11.8.

 

April 2023

20th April 2023

New:

.NET Version 4.0

This version contains breaking changes.

.NET version 4.0 released to support:

 

.NET version 4.0 no longer supports:

  • Removed: PartnerServiceFee, KountTransactionId, Refunds, PostCodeCheckResult (Use Risks block instead), Recurring (Use RecurringPaymentType instead) in the PaymentReceiptModel.

  • Line1/Line2/Line3 now deprecated from CardAddressModel.

    • Use Address1/Address2/Address3 instead.

  • Line1/Line2/Line3 now deprecated from WebPaymentCardAddress.

    • Use Address1/Address2/Address3 instead.

  • ConsumerToken.

    • Use YourConsumerReference instead.

  • OneUseTokens.

  • ThreeDSecure 1.

 

For a detailed list of all changes, see Github.

For our DotNetSDK core sample app, see DotNetSDK.